home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 December
/
2004-12 CHIP.iso
/
Internet
/
The Bat! Professional 3.01
/
thebat_professional.msi
/
Data1.cab
/
thebat.exe
/
0
/
RCDATA
/
TSEARCHDLG
/
TSEARCHDLG.txt
Wrap
Text File
|
2004-10-12
|
3KB
|
153 lines
object SearchDlg: TSearchDlg
Left = 211
Top = 122
HelpContext = 11022
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Find Text'
ClientHeight = 259
ClientWidth = 347
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnActivate = FormActivate
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 9
Width = 24
Height = 13
Caption = '&Text:'
FocusControl = eText
end
object gbOptions: TGroupBox
Left = 8
Top = 60
Width = 169
Height = 77
Caption = 'Options'
TabOrder = 1
object cbCase: TCheckBox
Left = 8
Top = 16
Width = 153
Height = 17
Caption = '&Case sensitive'
TabOrder = 0
end
object cbWords: TCheckBox
Left = 8
Top = 34
Width = 153
Height = 17
Caption = '&Whole words only'
TabOrder = 1
end
object cbRegExp: TCheckBox
Left = 8
Top = 52
Width = 153
Height = 17
Caption = '&Regular expressions'
TabOrder = 2
OnClick = cbRegExpClick
end
end
object rScope: TRadioGroup
Left = 8
Top = 140
Width = 169
Height = 65
Caption = 'Scope'
ItemIndex = 0
Items.Strings = (
'&Global'
'&Selected text only')
TabOrder = 3
end
object rOrigin: TRadioGroup
Left = 184
Top = 140
Width = 153
Height = 65
Caption = 'Origin'
ItemIndex = 1
Items.Strings = (
'From c&ursor'
'&Entire text')
TabOrder = 4
end
object Button1: TButton
Left = 102
Top = 220
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 5
end
object Button2: TButton
Left = 184
Top = 220
Width = 73
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 6
end
object bHelp: TButton
Left = 264
Top = 220
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 7
OnClick = bHelpClick
end
object eText: TComboBox
Left = 8
Top = 28
Width = 329
Height = 21
ItemHeight = 13
TabOrder = 0
OnKeyDown = eTextKeyDown
end
object gbDirection: TGroupBox
Left = 184
Top = 60
Width = 153
Height = 77
Caption = 'Direction'
TabOrder = 2
object rbForward: TRadioButton
Left = 8
Top = 16
Width = 137
Height = 17
Caption = '&Forward'
Checked = True
TabOrder = 0
TabStop = True
end
object rbBackward: TRadioButton
Left = 8
Top = 40
Width = 137
Height = 17
Caption = '&Backward'
TabOrder = 1
end
end
end